Skip to content

Commit

Permalink
cmake dirs vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Jun 26, 2023
1 parent 8213ed3 commit 2780439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: create installation package
working-directory: ${{ github.workspace }}/linux
run: tar acpf ../linux-${{ env.tag }}.tar.xz -C ${{ github.workspace }}/linux .
run: tar acpf ../linux-${{ env.tag }}.tar.xz -C ${{ github.workspace }}/linux --exclude-vcs .

#- name: sign installation package
# working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 2780439

Please sign in to comment.