Skip to content

Commit

Permalink
github: Add artifact uploading to Nexus workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jan 18, 2025
1 parent 7a12f67 commit 5715e7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
env:
WINEPREFIX: "/__w/launcher/launcher/wine"
run: npm run nexusPack
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Flashpoint-Launcher
path: dist/Flashpoint.zip
- name: Generate Metadata
run: |
apt-get update
Expand Down

0 comments on commit 5715e7d

Please sign in to comment.