Skip to content

Commit

Permalink
Merge pull request #7 from lip6/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
yanntm authored May 11, 2022
2 parents f18005c + 5892289 commit 6e423fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITS-commandline/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: delete unused platform specifics from dist
run: cd website ; zip -d fr.lip6.move.gal.itscl.product-linux.gtk.x86_64.zip '*its-*-win64' '*its-*-Darwin' ; zip -d fr.lip6.move.gal.itscl.product-macosx.cocoa.x86_64.zip '*its-*-win64' '*its-*-linux64' ; zip -d fr.lip6.move.gal.itscl.product-win32.win32.x86_64.zip '*its-*-linux64' '*its-*-Darwin' ; cd ..
- name: Deploy
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Command Line ITS-Tools
path: website
Expand Down

0 comments on commit 6e423fe

Please sign in to comment.