Skip to content

Commit

Permalink
how 'bout now?
Browse files Browse the repository at this point in the history
  • Loading branch information
ech0-de committed May 29, 2023
1 parent d7183d9 commit 2a777c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- name: generate release tag
id: tag
run: echo "::set-output name=release_tag::nightly_$(date +"%Y.%m.%d_%H-%M")"
- name: debugging
run: Get-ChildItem -Recurse -Path .\out\
- name: release
uses: softprops/action-gh-release@v1
with:
files: "**\\*Setup.exe"
files: "**/*Setup.exe"
tag_name: ${{ steps.tag.outputs.release_tag }}

0 comments on commit 2a777c8

Please sign in to comment.