Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Sep 8, 2022
1 parent 3ffe9ef commit 390cb1e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
with:
node-version: '16.x'
- name: create executable
id: create-executable
run: exec npm run package
id: create-executable
run: exec npm run package
- name: upload build
uses: softprops/action-gh-release@v1
with:
name: run-${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: run-${{ github.run_number }}
files: |
./build/daplaya-win32-x64.zip
./build/daplaya-darwin-x64.zip
./build/daplaya-linux-x64.zip
uses: softprops/action-gh-release@v1
with:
name: run-${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: run-${{ github.run_number }}
files: |
./build/daplaya-win32-x64.zip
./build/daplaya-darwin-x64.zip
./build/daplaya-linux-x64.zip

0 comments on commit 390cb1e

Please sign in to comment.