Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Jan 24, 2024
1 parent 036e3c4 commit 279831c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: linux-amd64-${{ github.sha }}.zip
name: linux-amd64-${{ github.sha }}
path: publish/
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: darwin-amd64-${{ github.sha }}.zip
name: darwin-amd64-${{ github.sha }}
path: publish/
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: windows-amd64-${{ github.sha }}.zip
name: windows-amd64-${{ github.sha }}
path: publish/
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 279831c

Please sign in to comment.