Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
wlodekm committed Nov 15, 2024
1 parent 0b7aae8 commit f5fb1de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ jobs:
uses: actions/checkout@v3

- name: Create GitHub Release
uses: ghcli/release-action@v1
uses: softprops/action-gh-release@v1
with:
files: build/compressed/* # Upload the files to the GitHub release
tag_name: ${{ github.ref }} # Use the pushed tag as the release version
release_name: Release ${{ github.ref }}
body: "Automated release for version ${{ github.ref }}"

- name: Upload release assets
uses: softprops/action-gh-release@v1
with:
files: build/compressed/* # Upload the files to the GitHub release

0 comments on commit f5fb1de

Please sign in to comment.