Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz-shyper committed Jun 20, 2023
1 parent 6270cbb commit eee5a40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
ls
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: '1.20'
check-latest: true
Expand Down Expand Up @@ -191,7 +191,8 @@ jobs:
- name: Change the name
run: |
mv build_assets Website-${{ env.ASSET_Nv
mv build_assets Website-${{ env.ASSET_NAME }}
- name: Upload files to Artifacts
uses: actions/upload-artifact@v3
if: env.UPLOAD_ARTIFACTS == 'true' && !cancelled()
Expand Down

0 comments on commit eee5a40

Please sign in to comment.