Skip to content

Commit

Permalink
Fix another copypaste error
Browse files Browse the repository at this point in the history
[skip docs]
[skip tests]
  • Loading branch information
mildbyte committed Jan 5, 2022
1 parent 596f614 commit d4587b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
run: |
mv artifacts/sgr-windows/sgr.exe artifacts/sgr-windows-x86_64.exe
mv artifacts/sgr-linux/sgr artifacts/sgr-linux-x86_64
mv artifacts/sgr-linux/sgr artifacts/sgr-osx-x86_64
mv artifacts/sgr-osx/sgr artifacts/sgr-osx-x86_64
- name: Release artifacts
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d4587b0

Please sign in to comment.