Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update AutoArtifacts.yml
Browse files Browse the repository at this point in the history
update Node20、outputVersion
  • Loading branch information
PinkYuDeer authored Apr 29, 2024
1 parent 19c60ee commit a3d29e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AutoArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Check-out repository
uses: actions/checkout@v3
uses: actions/checkout@main

- name: Setup Python
uses: actions/setup-python@v5
Expand All @@ -39,10 +39,10 @@ jobs:

- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }} Build ${{ steps.get_version.outputs.VERSION }}
path: |
Expand Down

0 comments on commit a3d29e1

Please sign in to comment.