Skip to content

Commit

Permalink
.github: workflows: release: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Jul 3, 2021
1 parent 5e63e73 commit f4b8e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Zip CI
on:
push:
tags:
- "*.*.*.*"
- "*.*.*"

jobs:
Build:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
draft: false
prerelease: false
- name: Upload Release Asset x64
id: upload-release-asset
id: upload-release-asset-x64
uses: actions/upload-release-asset@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -71,7 +71,7 @@ jobs:
asset_name: Alpine.zip
asset_content_type: application/zip
- name: Upload Release Asset arm64
id: upload-release-asset
id: upload-release-asset-arm64
uses: actions/upload-release-asset@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f4b8e12

Please sign in to comment.