Skip to content

Commit

Permalink
Remove output parameter from zip step
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiggi33 committed Mar 4, 2024
1 parent 775021f commit b10b37f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
id: zip
with:
directory: ./
output: zipped
- name: print outputs
env:
path: ${{ steps.zip.outputs.path }}
Expand Down

0 comments on commit b10b37f

Please sign in to comment.