Skip to content

Commit

Permalink
Fix release workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterCalvin committed Nov 30, 2024
1 parent 64edd3a commit d968dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sign-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
needs: build

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -95,6 +92,9 @@ jobs:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d968dcb

Please sign in to comment.