Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
propi authored Nov 21, 2024
1 parent 55a0fe4 commit 9868cac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
sudo apt-get install -y zip
chmod 777 pack-release.sh
- name: Make archive
id: make-archive
run: ./pack-release.sh
- name: Create release
env:
VERSION: ${{ steps.make-archive.outputs.VERSION }}
run: echo "The selected version is $VERSION"

0 comments on commit 9868cac

Please sign in to comment.