Skip to content

Commit

Permalink
Github release action adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Dec 28, 2023
1 parent 1fe3984 commit b1f2c0c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/create-release-zip-by-newest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
with:
files: src\StatisticsAnalysisTool\bin\Release
dest: StatisticsAnalysis-AlbionOnline-${{ github.ref_name }}-x64.zip

- name: 🚀 Upload release zip file as draft
uses: lucacome/draft-release@v0.1.0

- name: 🚀 Upload release zip file to newest tag
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
minor-label: 'enhancement'
major-label: 'change'
github-token: ${{ secrets.GITHUB_TOKEN }}
files: |
StatisticsAnalysis-AlbionOnline-${{ github.ref_name }}-x64.zip
StatisticsAnalysis-AlbionOnline-${{ github.ref_name }}-x64.zip

0 comments on commit b1f2c0c

Please sign in to comment.