Skip to content

Commit

Permalink
upload-artifact++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Dec 22, 2024
1 parent 7386d7b commit ec97f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: chmod a+x dist/*.*.*/nebulant*

- name: Upload binary artifacts
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.5.0
with:
name: dist
path: dist/
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: xcrun notarytool submit ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-arm64.zip --apple-id ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.APPLE_ID_APPLICATION_PASSWORD }} --verbose --wait

- name: Upload binary artifacts (darwin signed)
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.5.0
with:
name: dist
path: dist/
Expand Down

0 comments on commit ec97f56

Please sign in to comment.