Skip to content

Commit

Permalink
more updates to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 23, 2023
1 parent 1a98d28 commit 35519aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,15 @@ jobs:
id: commit
- name: show files
run: ls /home/runner/work/OF-Scraper/OF-Scraper
- name: Get current date
id: date
run: echo "date=$(date +%s| tail -c 7)" >> $GITHUB_OUTPUT

- name: upload package
uses: ncipollo/release-action@v1
with:
artifacts: "/home/runner/work/OF-Scraper/OF-Scraper/ofscraper_*"
tag: ${{inputs.version}}
tag: "${{steps.date.outputs.date}}_${{inputs.version}}"
allowUpdates: True
omitBodyDuringUpdate: True
omitDraftDuringUpdate: True
Expand Down

0 comments on commit 35519aa

Please sign in to comment.