Skip to content

Commit

Permalink
Remove date from artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed Apr 28, 2024
1 parent cba0a69 commit 948a1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dfhack-lua-definitions-$(date +%Y%m%d)
name: dfhack-lua-definitions
path: dist
compression-level: 9

0 comments on commit 948a1ec

Please sign in to comment.