Skip to content

Commit

Permalink
UPDATE workflows: Upload files to GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
iotames committed Apr 9, 2024
1 parent 94dcb4e commit 2273945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
create_release:
if: github.event_name == 'push'
name: Create Release
runs-on: ubuntu-latest
steps:
Expand All @@ -33,6 +34,8 @@ jobs:
prerelease: false

build:
# if: github.event_name == 'release'
# needs: create_release
strategy:
matrix:
goos: [linux, darwin, windows]
Expand Down Expand Up @@ -111,7 +114,6 @@ jobs:

- name: Upload files to GitHub release
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
Expand Down

0 comments on commit 2273945

Please sign in to comment.