Skip to content

Commit

Permalink
Update compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK authored Jun 2, 2022
1 parent 27fbcd4 commit c767940
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
run: |
apk add build-base git zip
- uses: actions/checkout@v2
- run: |
git fetch --prune --unshallow
- uses: actions/checkout@v3

- name: Get short SHA and repository name
id: slug
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:
- name: Upload FSCK-tool
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: FSCK-tool-${{ steps.slug.outputs.sha8 }}.zip
path: FSCK-tool-${{ steps.slug.outputs.sha8 }}.zip
Expand Down

0 comments on commit c767940

Please sign in to comment.