fixed upload artifact name again

This commit is contained in:
2025-04-14 19:52:05 -05:00
parent dea9c9a943
commit 2b5e5dff60
+4 -3
View File
@@ -24,10 +24,10 @@ jobs:
platform: 'linux/amd64' platform: 'linux/amd64'
os: 'ubuntu-latest' os: 'ubuntu-latest'
bin-name: 'yellowjacket' bin-name: 'yellowjacket'
- name: 'yellowjacket.exe' - name: 'yellowjacket'
platform: 'windows/amd64' platform: 'windows/amd64'
os: 'windows-latest' os: 'windows-latest'
bin-name: 'yellowjacket' bin-name: 'yellowjacket.exe'
- name: 'yellowjacket' - name: 'yellowjacket'
platform: 'darwin/universal' platform: 'darwin/universal'
os: 'macos-latest' os: 'macos-latest'
@@ -74,6 +74,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: ${{ github.workspace }}/bin path: ${{ github.workspace }}/bin
- run: rm ${{ github.workspace }}/bin/yellowjacket.app.zip
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
@@ -90,5 +91,5 @@ jobs:
- Linux: `yellowjacket` - Linux: `yellowjacket`
- Windows: `yellowjacket.exe` - Windows: `yellowjacket.exe`
- MacOS: `yellowjacket.app.zip` - MacOS: `yellowjacket.app`
files: ${{ github.workspace }}/bin/* files: ${{ github.workspace }}/bin/*