Skip to content

Commit

Permalink
Preserve executable permissions in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 20, 2025
1 parent 26b1515 commit 3f23698
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
- name: 🛠 Build
run: |
./build.hs
tar cvf artifact.tar -C bin *
- name: 🚢 Upload artifact
uses: actions/upload-artifact@v3
- name: 🚢 Upload archive
uses: actions/upload-artifact@v4.4.0
with:
name: db-server-${{ steps.tag.outputs.value }}-${{ matrix.arch }}-${{ matrix.os }}
path: |
bin/db-server
path: bin/artifact.tar
overwrite: true

0 comments on commit 3f23698

Please sign in to comment.