Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kisimediaDE authored May 22, 2024
1 parent e467566 commit 3449c96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,14 @@ jobs:

- name: Create version number file in release and update
run: |
echo ${{ steps.version.outputs.version }} > release/version
echo ${{ steps.version.outputs.version }} > version
- name: Zip Release
run: |
cd release
zip -r release.zip .
cd ..
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: release/release.zip
files: release.zip
tag_name: ${{ steps.version.outputs.version }}

0 comments on commit 3449c96

Please sign in to comment.