Skip to content

Commit

Permalink
Prevent permission loss
Browse files Browse the repository at this point in the history
  • Loading branch information
MeridianOXC committed Sep 3, 2024
1 parent f39e1c4 commit ebcc90b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,11 @@ jobs:
run: |
git log --pretty=format:"<strong>%an, %ad</strong>%n%B" -n 10 --date=iso-local ${{ env.NX_BASE }}..${{ env.NX_HEAD }} > artifacts/${{ env.FILENAME }}.log
- name: Create .tar.gz archive
run: tar -czvf ${{ env.FILENAME }}_linux.tar.gz -C artifacts .

- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}_linux
path: artifacts/*
name: ${{ env.FILENAME }}_linux.tar.gz
path: ${{ env.FILENAME }}_linux.tar.gz

0 comments on commit ebcc90b

Please sign in to comment.