Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: ups the file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Jun 21, 2024
1 parent 08323f3 commit f62f503
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@ jobs:
chmod +x build/bin/albyhub-${{runner.os}}-x86_64/bin/albyhub-x86_64
shell: bash

- name: Make output tar archive to keep file permissions
run: |
mkdir -p ./build/out
tar czf ./build/out/albyhub-${{runner.os}}-x86_64.tar.gz -C ./build/bin/albyhub-${{runner.os}}-x86_64 .
- uses: actions/upload-artifact@v4
with:
name: albyhub-${{runner.os}}-x86_64
name: albyhub-${{runner.os}}-x86_64.tar.gz
path: |
./build/bin/albyhub-${{runner.os}}-x86_64
./build/out/albyhub-${{runner.os}}-x86_64.tar.gz
if-no-files-found: error

0 comments on commit f62f503

Please sign in to comment.