File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-python@v2
22
22
with :
23
23
python-version : ' 3.x'
24
- - name : Set GIT tag name
25
- run : |
26
- # Sets an environment variable used in the next steps
27
- echo "::set-env name=TRAVIS_TAG::$(git describe --exact-match --tags)"
28
24
- name : Build package JSON
29
25
env :
30
26
TRAVIS_BUILD_DIR : ${{ github.workspace }}
40
36
json=$(find ./package/versions -name package_rp2040_index.json)
41
37
log=$(find ./package/versions -name package_rp2040_index.log)
42
38
zip=$(find ./package/versions -name rp2040*zip)
43
- python3 ./package/upload_release.py --user "$GITHUB_ACTOR" --repo "$GITHUB_REPOSITORY" --token "$CI_GITHUB_API_KEY" --tag "$TRAVIS_TAG " --name "Release $TRAVIS_TAG" --msg "@$json" "$zip" "$json"
39
+ python3 ./package/upload_release.py --user "$GITHUB_ACTOR" --repo "$GITHUB_REPOSITORY" --token "$CI_GITHUB_API_KEY" --tag "$(git describe --exact-match --tags) " --name "Release $TRAVIS_TAG" --msg "@$json" "$zip" "$json"
You can’t perform that action at this time.
0 commit comments