Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 5:48:24 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent b87ead9 commit 29213f9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
platforms: linux/arm64
tags: yourusername/electronapp:latest

- name: Setup Node.js (LTS version)
uses: actions/setup-node@v3
with:
node-version: 'lts/*' # This will automatically use the latest LTS version

- name: Install Dependencies
run: npm install

- name: Build and Publish the Snap
run: npm run publish-electron-arm64

- name: Login to Snapcraft
run: echo "${{ secrets.SNAPCRAFT_LOGIN_FILE }}" | base64 --decode --ignore-garbage > snapcraft.login

Expand Down

0 comments on commit 29213f9

Please sign in to comment.