Skip to content

Commit

Permalink
fix: missing folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartoffel096 committed Oct 9, 2024
1 parent a344727 commit 751ac35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Create Release Archive
run: |
mkdir -p packagelock
mkdir -p release
cp /packagelock ./release/packagelock
tar -czvf release/packagelock-${{ env.APP_VERSION }}-linux-amd64.tar.gz -C release packagelock
Expand Down

0 comments on commit 751ac35

Please sign in to comment.