Skip to content

Commit

Permalink
Update upload-arifact
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Sep 10, 2024
1 parent 392dfac commit 1ac3034
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
make rsc.exe GSC=$(pwd)/../gambit/bin/gsc GSI=$(pwd)/../gambit/bin/gsi
- name: upload rsc.exe
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rsc-exe
path: src/rsc.exe
Expand All @@ -71,7 +71,7 @@ jobs:
make scripts/minify GSC=$(pwd)/../gambit/bin/gsc GSI=$(pwd)/../gambit/bin/gsi
- name: upload minify
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: minify-exe
path: src/scripts/minify
Expand All @@ -86,7 +86,7 @@ jobs:
ref: ${{ github.ref }}

- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand All @@ -95,7 +95,7 @@ jobs:
chmod +x src/rsc.exe
- name: Download minify artifact into minify-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: minify-exe
path: src/scripts
Expand Down Expand Up @@ -130,15 +130,15 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
- name: Set up permissions on rsc.exe
run: |
chmod +x src/rsc.exe
- name: Download minify artifact into minify-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: minify-exe
path: src/scripts
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand All @@ -196,7 +196,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand All @@ -254,7 +254,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -369,15 +369,15 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
- name: Set up permissions on rsc.exe
run: |
chmod +x src/rsc.exe
- name: Download minify artifact into minify-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: minify-exe
path: src/scripts
Expand All @@ -404,7 +404,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand All @@ -462,7 +462,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
./gambit/bin/gsc -v
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand All @@ -551,15 +551,15 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
- name: Set up permissions on rsc.exe
run: |
chmod +x src/rsc.exe
- name: Download minify artifact into minify-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: minify-exe
path: src/scripts
Expand All @@ -585,7 +585,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Download rsc.exe artifact into rsc-exe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rsc-exe
path: src
Expand Down

0 comments on commit 1ac3034

Please sign in to comment.