Skip to content

Commit

Permalink
Fix zip file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrx7014 authored Mar 18, 2024
1 parent 523cc72 commit de0d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webgetter_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: softprops/action-gh-release@master
with:
files: |
/home/runner/work/webgetter_actions/webgetter_actions/*.zip
/home/runner/work/WebGetter/WebGetter/*.zip
name: Basic Website Source Code
tag_name: ${{ github.run_id }}
Expand Down

0 comments on commit de0d381

Please sign in to comment.