Skip to content

Commit

Permalink
r0b08x [chore] 3/27/2024, 7:16:20 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 27, 2024
1 parent 1f38a41 commit 00ebc0f
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,30 +96,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package-and-release-snap-arm64:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Build and package Windows app
run: npm run publish-windows
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Windows build to GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref_name }}
files: |
dist/*.exe
dist/*.msi
dist/*.blockmap
dist/latest.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00ebc0f

Please sign in to comment.