Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blfuentes authored Sep 4, 2024
1 parent d664521 commit 2857b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish
run: dotnet publish .\src\GuitarStringTensionCalculator\GuitarStringTensionCalculator.csproj -c Release -o ${{ github.workspace }}/website
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4.1.7
with:
name: website
path: ${{ github.workspace }}/website/**
Expand Down

0 comments on commit 2857b75

Please sign in to comment.