Skip to content

Commit

Permalink
add upload-key input to explicitly set artifact-key output part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 26, 2024
1 parent 9f381dc commit 19ee161
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-func-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fail-fast: false
matrix:
file:
- bob
- pkg-action-node20-linux-x64-${{ github.sha }}
- something-else-${{ github.sha }}
steps:
- name: Checkout code
Expand All @@ -101,7 +101,6 @@ jobs:
run: |
echo "${{ matrix.file }}"
ls -lsa dist
# chmod +x dist/@lando/pkg-action
# dist/@lando/pkg-action --version
# file dist/@lando/pkg-action | grep "Mach-O 64-bit executable arm64"
chmod +x dist/pkg-action
dist/pkg-action --version

0 comments on commit 19ee161

Please sign in to comment.