Skip to content

Commit

Permalink
Testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazPom committed Sep 5, 2024
1 parent e0ef5ec commit c8b4f9e
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,16 @@ jobs:
Release v${{ env.VERSION }}
draft: false
prerelease: false

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# Upload zip file to the release

- name: Upload zip asset
uses: Shopify/[email protected]
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
name: UltimaDark-v${{ env.VERSION }}.zip
path: release/UltimaDark-v${{ env.VERSION }}.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload xpi asset
uses: Shopify/[email protected]
with:
name: UltimaDark-v${{ env.VERSION }}.xpi
path: release/UltimaDark-v${{ env.VERSION }}.xpi
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: release/UltimaDark-v${{ env.VERSION }}.*
tag: v${{ env.VERSION }}
overwrite: true
file_glob: true

0 comments on commit c8b4f9e

Please sign in to comment.