Skip to content

Commit

Permalink
Updating create-release step per GH warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Apr 25, 2022
1 parent edb4426 commit a623f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Publish GitHub release
uses: ncipollo/release-action@v1
with:
artifact: "Filesorter_${{ env.APP_VERSION }}.zip"
artifacts: "Filesorter_${{ env.APP_VERSION }}.zip"
artifactContentType: "application/zip"
tag: ${{ env.APP_VERSION }}
prerelease: ${{ github.ref != 'refs/heads/main'}}
Expand Down

0 comments on commit a623f62

Please sign in to comment.