Skip to content

Commit

Permalink
updated Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Huray-hub committed Nov 5, 2023
1 parent bd1ae30 commit ca5984d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ jobs:
- name: Display downloaded files
run: ls -R

# - 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-linux-amd64.zip", "./assignments-windows-amd64.zip", "./assignments-darwin-amd64.zip", "./assignments-darwin-arm64.zip"]'
asset_paths: '["./assignments-**.zip"]'

0 comments on commit ca5984d

Please sign in to comment.