[nostalgia/gitea] Fix artifact names in Mac build
Build / build-linux (push) Successful in 1m11s
Build / build-mac (push) Successful in 2m54s

This commit is contained in:
2026-05-31 22:50:20 -05:00
parent db2134ed72
commit 937b1345f1
+4 -5
View File
@@ -38,10 +38,9 @@ jobs:
- run: make purge configure-release - run: make purge configure-release
- run: make build - run: make build
- run: make test - run: make test
- run: make install - run: make pkg-mac
- run: mv dist/mac-arm64-release nostalgia-mac-arm64 - run: mv dist/darwin-arm64-release/NostalgiaStudio.dmg NostalgiaStudio.dmg
- run: tar cf nostalgia-mac-arm64.tar nostalgia-mac-arm64
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: nostalgia-mac-arm64 name: NostalgiaStudio.dmg
path: nostalgia-mac-arm64.tar path: NostalgiaStudio.dmg