We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a01e89 commit 4948092Copy full SHA for 4948092
.github/workflows/Release.yml
@@ -12,9 +12,9 @@ jobs:
12
- uses: actions/checkout@v3
13
- run: sudo xcode-select -s /Applications/Xcode_15.0.app
14
- name: Build
15
- run: swift build -c release --arch arm64 --arch x86_64 --product xcc
+ run: swift build -c release --arch arm64 --arch x86_64 --product MetalFXUpscale
16
- name: Compress
17
- run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release xcc
+ run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release MetalFXUpscale
18
- name: Release
19
run: gh release create ${{ github.ref_name }} ${{ github.ref_name }}.tar.gz
20
env:
0 commit comments