Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ll4n authored and VillanCh committed Dec 8, 2023
1 parent 8c334d3 commit a2b2cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/yakit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ jobs:

- name: Upload Release Asset (MacOS)
uses: actions/upload-release-asset@v1
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand All @@ -389,6 +390,7 @@ jobs:

- name: Upload Release Asset (MacOS-M1)
uses: actions/upload-release-asset@v1
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand All @@ -399,6 +401,7 @@ jobs:

- name: Upload Release Asset (Linux)
uses: actions/upload-release-asset@v1
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit a2b2cb4

Please sign in to comment.