Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor authored Oct 1, 2024
1 parent a47e002 commit b0716d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: go build -o rye-fyne.exe
- uses: actions/upload-artifact@v4
with:
name: rye-fyne
name: rye-fyne-windows-amd64
path: rye-fyne.exe

build-linux:
Expand Down Expand Up @@ -100,17 +100,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: ./rye-fyne-windows-amd64.exe
asset_name: rye-fyne-windows-amd64.exe
asset_path: ./rye-fyne.exe
asset_name: rye-fyne.exe
asset_content_type: application/vnd.microsoft.portable-executable

- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: ./rye-fyne-linux-amd64.tar.xz
asset_name: rye-fyne-linux-amd64.tar.xz
asset_path: ./rye-fyne-linux-amd64.tar.gz
asset_name: rye-fyne-linux-amd64.tar.gz
asset_content_type: application/x-gtar

- uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit b0716d7

Please sign in to comment.