Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAndreiM committed Jan 2, 2025
1 parent 0ba3f36 commit f5e8b4f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,13 @@ jobs:
cp player/JukaPlayer.png JukaGUI-Trimui/
zip -r JukaGUI-Trimui.zip JukaGUI-Trimui/
- name: Set up GitHub CLI
uses: actions/setup-gh@v1

- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
files: ./JukaGUI-Trimui.zip
tag_name: ${{ needs.create-tag.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ needs.create-tag.outputs.tag_name }} JukaGUI-Trimui.zip


build-and-publish-windows:
Expand Down Expand Up @@ -213,11 +212,11 @@ jobs:
cd ..
zip -r JukaGUI-Trimui-Windows.zip JukaGUI-Trimui-Windows/
- name: Set up GitHub CLI
uses: actions/setup-gh@v1

- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
files: ./JukaGUI-Trimui-Windows.zip
tag_name: ${{ needs.create-tag.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ needs.create-tag.outputs.tag_name }} JukaGUI-Trimui-Windows.zip

0 comments on commit f5e8b4f

Please sign in to comment.