Skip to content

Commit

Permalink
Try to upload the artifact after publishing it
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Jul 12, 2024
1 parent feb238c commit b83c935
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ jobs:
working-directory: src/TF2HUD.Editor

- name: Publish solution
run: dotnet publish -c Release
working-directory: src/TF2HUD.Editor
run: dotnet publish -c Release --no-build --output ./publish
working-directory: src/TF2HUD.Editor

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: tf2hud-editor
path: ./publish

0 comments on commit b83c935

Please sign in to comment.