Skip to content

Commit

Permalink
update action items
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 30, 2024
1 parent 7a55ab9 commit 79e8abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Delete old nightly release
uses: dev-drprasad/delete-tag-and-release@v1.0
uses: dev-drprasad/delete-tag-and-release@v1.1
with:
tag_name: ${{ env.NIGHTLY_TAG }}
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_release: true
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: ${{ env.NIGHTLY_TAG }}
tag_prefix: ''
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
key: ${{matrix.target}}
- run: sudo apt install rename
- run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}-unknown-linux-gnu
- run: rustup default stable-${{ matrix.target }}-unknown-linux-gnu
- run: cargo install cargo-deb
- run: mkdir -p release
- run: make release-debian-x11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- run: sudo apt install rename
- run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}-unknown-linux-gnu
- run: rustup default stable-${{ matrix.target }}-unknown-linux-gnu
- run: cargo install cargo-deb
- run: mkdir -p release
- run: make release-debian-x11
Expand Down

0 comments on commit 79e8abd

Please sign in to comment.