Skip to content

Commit

Permalink
ASdf
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Oct 26, 2024
1 parent 14da5e1 commit 4a6de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dotnet publish EloReputation.csproj --no-build --no-restore
- name: Upload Nightly Artifact
if: github.event_name != 'push' || contains(github.ref, 'refs/tags/v')
if: github.event_name != 'push' || contains(github.ref, 'refs/tags/')
uses: actions/[email protected]
with:
name: elorep-nightly
Expand Down

0 comments on commit 4a6de31

Please sign in to comment.