We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596f614 commit d4587b0Copy full SHA for d4587b0
1 file changed
.github/workflows/build_and_test_and_release.yml
@@ -230,7 +230,7 @@ jobs:
230
run: |
231
mv artifacts/sgr-windows/sgr.exe artifacts/sgr-windows-x86_64.exe
232
mv artifacts/sgr-linux/sgr artifacts/sgr-linux-x86_64
233
- mv artifacts/sgr-linux/sgr artifacts/sgr-osx-x86_64
+ mv artifacts/sgr-osx/sgr artifacts/sgr-osx-x86_64
234
- name: Release artifacts
235
uses: softprops/action-gh-release@v1
236
with:
0 commit comments