Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NetDwarf committed Jun 12, 2024
1 parent a2be60f commit 26aafaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
#Prepend patch notes with backticks
sed -i '1s/^/```\n/' patch_notes.txt
- name: Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: release_info
path: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
(cd ${{ matrix.build_target }}/ && zip -r ../${{ env.OUTPUT_FILE_NAME }} * )
- name: Upload Build Output
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build_artifacts
path: ${{ env.OUTPUT_FILE_NAME }}
Expand Down

0 comments on commit 26aafaa

Please sign in to comment.