Skip to content

Commit

Permalink
CI: Upload artifact, instead of creating release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simpeter committed Dec 25, 2024
1 parent 0f96c5d commit b1a431d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-adplay-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
git push -f origin latest
popd
- name: Release latest development version
- name: Upload latest development version to 'latest' release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: latest
run: |
gh release create "$tag" adplay/*.zip --repo="$GITHUB_REPOSITORY" --title="$tag" --generate-notes
gh release upload "$tag" adplay/*.zip --repo="$GITHUB_REPOSITORY" --clobber
# - name: Upload artifact
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b1a431d

Please sign in to comment.