Skip to content

Commit

Permalink
fix chmod/cp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed Sep 7, 2023
1 parent ab2c321 commit c21e9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ jobs:
run: |
chmod +x dist-linux-x64/longtail-linux-x64
chmod +x dist-macos-x64/longtail-macos-x64
chmod +x dist-macos-amd64/longtail-macos-amd64
chmod +x dist-macos-x64/longtail-macos-x64
- name: Copy executables
run: |
cp dist-linux-x64/longtail longtail-linux-x64
cp dist-macos-x64/longtail longtail-macos-x64
cp dist-macos-arm64/longtail longtail-macos-arm64
cp dist-win32-x64/longtail.exe longtail-win32-x64.exe
cp dist-macos-arm64/longtail longtail-macos-arm64
- name: Zip Linux artifacts
uses: montudor/[email protected]
Expand Down

0 comments on commit c21e9b1

Please sign in to comment.