Skip to content

Commit

Permalink
Merge pull request #2 from MichaelK-F/main
Browse files Browse the repository at this point in the history
I fixed guthib actions
  • Loading branch information
skybird23333 authored Dec 30, 2024
2 parents 60c5b7d + 6d4354c commit a22c6cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand All @@ -29,7 +29,7 @@ jobs:
env:
GH_TOKEN: secrets.GITHUB_TOKEN
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: electron-app
path: 'dist/schoolboxdrive Setup 0.1.0.exe'
Expand All @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.release.tag_name }}
tag_name: 0.0.1
release_name: Release ${{ github.event.release.tag_name }}


Expand Down

0 comments on commit a22c6cf

Please # to comment.