Skip to content

Commit

Permalink
Merge pull request #39 from joaopapereira/update-actions
Browse files Browse the repository at this point in the history
Fix the missing file
  • Loading branch information
joaopapereira authored Nov 7, 2024
2 parents 032e9f7 + 5e13442 commit cc9f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-install-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mv ./tmp/install.sh.txt ./install.sh
chmod u+x install.sh
- name: Upload install.sh
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: new-install-sh
path: install.sh
Expand Down

0 comments on commit cc9f914

Please sign in to comment.