Skip to content

Commit

Permalink
Update go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 authored Nov 22, 2024
1 parent 4e25c39 commit ad7253d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Rename Windows Files
run: for F in screeps-launcher_windows*; do mv $F $F.exe; done
- name: Create release
Expand All @@ -76,4 +78,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bin
asset_name: screeps-launcher_${{ matrix.os }}_${{ matrix.arch }}
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit ad7253d

Please sign in to comment.