Skip to content

Commit

Permalink
Alpha artifacts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 21, 2022
1 parent 9ea360d commit 3051135
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install rust stable
Expand All @@ -43,9 +43,10 @@ jobs:
rm -rf core/target/release/build
rm -rf core/target/release/deps
rm -rf core/target/release/bundle/appimage/authme.AppDir
shell: bash
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: authme-latest-alpha-${{matrix.NAME}}-x64-installer-portable
path: core/target/release
path: core/target/release

0 comments on commit 3051135

Please sign in to comment.