Skip to content

Commit

Permalink
debugging github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ech0-de committed May 29, 2023
1 parent a220dc0 commit 3522815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
run: npm ci
- name: build
run: npm run make -- --arch=ia32
- name: generate release tag
id: tag
run: echo "::set-output name=release_tag::nightly_$(date +"%Y.%m.%d_%H-%M")"
- name: release
uses: softprops/action-gh-release@v1
with:
files: label-terminal\out\make\squirrel.windows\ia32\*.exe
tag_name: ${{ steps.tag.outputs.release_tag }}

0 comments on commit 3522815

Please sign in to comment.