Skip to content

Commit

Permalink
updated gh workflow - upload-artifact now v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 4, 2024
1 parent 2b17185 commit 4d95478
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- main
workflow_dispatch:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -31,7 +34,7 @@ jobs:
path: release-${{ env.RELEASE_VERSION }}.tar.gz

- name: Make Release
uses: softprops/action-gh-release@v0.1.5
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 4d95478

Please sign in to comment.