Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Huray-hub authored Nov 4, 2023
1 parent 22bb352 commit f967e48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- name: Display downloaded files
run: ls -R

- uses: actions/checkout@v4
with:
fetch-depth: 1
# - uses: actions/checkout@v4
# with:
# fetch-depth: 1
- name: Upload release binaries
uses: alexellis/upload-assets@master
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
with:
asset_paths: '["./assignments-*.zip"]'
asset_paths: '["./assignments-linux-amd64.zip", "./assignments-windows-amd64.zip", "./assignments-darwin-amd64.zip", "./assignments-darwin-arm64.zip"]'

0 comments on commit f967e48

Please sign in to comment.