Skip to content

Commit

Permalink
try to fix zip deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesuiter committed Oct 5, 2024
1 parent 888e334 commit 4679557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
steps:
###--Download macOS App Artifact--###
- name: Download macOS App Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: '${{ env.DIST_DIR }}'

Expand All @@ -284,7 +284,7 @@ jobs:

- name: Create Release
id: create-release
uses: actions/[email protected].0
uses: actions/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down

0 comments on commit 4679557

Please sign in to comment.