Skip to content

Commit

Permalink
path for output
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 2, 2024
1 parent 4c36f52 commit 52301c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
packchk-version: 1.3.98
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output


- name: List file
run: ls -l ./output

- name: Upload release asset
id: upload-release-asset
uses: AButler/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: "/output/*.pack"
files: "./output/*.pack"
release-id: ${{ steps.create_release.outputs.id}}

0 comments on commit 52301c0

Please sign in to comment.