Skip to content

Commit

Permalink
Update get-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 4, 2024
1 parent 7f081da commit 9ebcb08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/get-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Print release upload URL
run: echo "Upload URL is ${{ steps.get-release-info.outputs.result }}"
- name: Create dummy test.txt
run: echo "This is a test file" > ./test.zip
run: echo "This is a test file" > ./test.txt
- name: Zip test.txt to test.zip
run: zip test.zip test.txt
- name: Upload node Image to Release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 9ebcb08

Please sign in to comment.