Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious authored Jul 15, 2024
1 parent 2c9ef77 commit a718684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
run: |
dotnet publish -r win-x64 -c Release -o ../build --self-contained
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4
with:
# Artifact name
# name: # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: StarfieldSaveTool/build/
path: ${{ github.workspace }}/StarfieldSaveTool/build/**/*
# The desired behavior if no files are found using the provided path.
# if-no-files-found: # optional, default is warn

0 comments on commit a718684

Please sign in to comment.