Skip to content

Commit

Permalink
[release] just release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Oct 31, 2022
1 parent 4873323 commit 2dee569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up PATH
run: |
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
Expand All @@ -24,7 +24,7 @@ jobs:
chmod +x gradlew
./gradlew :main:deploy
- name: Upload built jar file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }} Pull Request
path: main/build/tmp/deploy/*.jar
8 changes: 4 additions & 4 deletions .github/workflows/Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set Android SDK tools
run: echo "$ANDROID_HOME/build-tools/30.0.3" >> $GITHUB_PATH
Expand All @@ -30,7 +30,7 @@ jobs:
chmod +x gradlew
./gradlew :main:deploy
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: CyberIO-Unzip-This
path: main/build/tmp/deploy/*.jar
Expand All @@ -44,11 +44,11 @@ jobs:
env:
GH_REPO: ${{ github.repository }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/download-artifact@v2
with:
name: CyberIO
name: CyberIO-Unzip-This
path: out

- name: Retrieve meta
Expand Down

0 comments on commit 2dee569

Please sign in to comment.