Skip to content

Commit

Permalink
fix: this is a temp revert
Browse files Browse the repository at this point in the history
  • Loading branch information
8char committed Dec 22, 2022
1 parent 0117dcf commit 3e58e97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: zip -r artifact.zip .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release artifact
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: artifact.zip
asset_name: release.zip
asset_content_type: application/zip
- name: Upload release artifact
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: artifact.zip
asset_name: release.zip
asset_content_type: application/zip

0 comments on commit 3e58e97

Please sign in to comment.