Skip to content

Commit

Permalink
try to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 10, 2024
1 parent 8923c42 commit d1a7951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.4.3
with:
name: web-app-dist
path: WebApplication/dist/
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
MAKEFLAG: -j4

- name: Upload
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.4.3
with:
path: ${{github.workspace}}/build/${{matrix.config.artifactPath}}
name: ${{matrix.config.artifact}}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.4.3
with:
path: ./upload_url
name: upload_url
Expand Down

0 comments on commit d1a7951

Please sign in to comment.