Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad committed Sep 16, 2024
1 parent 19d1fcd commit 96f51ee
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-${{ matrix.toolchain }}
path: trunk/images/*.trx
publish:
needs: [build]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
with:
path: ./padavan
- name: Set Tag Name
run: echo "TAG_NAME=$(date +%Y%m%d)" >> $GITHUB_ENV
- uses: rickstaa/action-create-tag@v1
with:
tag: ${{ env.TAG_NAME }}
force_push_tag: true
- uses: ncipollo/release-action@v1
with:
commit: ${{ github.sha }}
tag: ${{ env.TAG_NAME }}
artifacts: "./padavan/*"
allowUpdates: true
path: trunk/images/*.trx

0 comments on commit 96f51ee

Please sign in to comment.