Skip to content

Commit

Permalink
Revert "Put the version number on the build artefact"
Browse files Browse the repository at this point in the history
This reverts commit 346543d.
  • Loading branch information
Ritchie333 committed Oct 11, 2024
1 parent 346543d commit e57ca58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: warp-sabre-gui-windows-${GITHUB_RUN_NUMBER}
name: warp-sabre-gui-windows
path: warp-sabre
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: warp-sabre-gui-macos-${GITHUB_RUN_NUMBER}
name: warp-sabre-gui-macos
path: warp-sabre

0 comments on commit e57ca58

Please sign in to comment.