Skip to content

Commit 4948092

Browse files
committed
Update product name
1 parent 9a01e89 commit 4948092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- run: sudo xcode-select -s /Applications/Xcode_15.0.app
1414
- name: Build
15-
run: swift build -c release --arch arm64 --arch x86_64 --product xcc
15+
run: swift build -c release --arch arm64 --arch x86_64 --product MetalFXUpscale
1616
- name: Compress
17-
run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release xcc
17+
run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release MetalFXUpscale
1818
- name: Release
1919
run: gh release create ${{ github.ref_name }} ${{ github.ref_name }}.tar.gz
2020
env:

0 commit comments

Comments
 (0)