diff options
author | wlodekm <[email protected]> | 2024-11-15 10:01:48 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 10:01:48 +0200 |
commit | f5fb1de6398361b1ee46d42aaa9525e869fa548f (patch) | |
tree | 178bd7c677a5d16a44eb8ae2421e80c71d02edad /.github/workflows/main.yml | |
parent | 0b7aae89920d3c4443deec9341d35792eb58eab1 (diff) |
AAAAAAAAAAAAAAAAA
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a77ff5..f8a36f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |