mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
bac79f3465 | |||
bb8dfe0244 | |||
1b16975031 | |||
dd2b559ebc | |||
93ba2a7f79 | |||
dd18072002 |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
- name: Get latest tag
|
||||
uses: actions-ecosystem/action-get-latest-tag@v1
|
||||
id: get-latest-tag
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set LAST_VERSION as an environment variable
|
||||
run: echo "LAST_VERSION=${{ steps.get-latest-tag.outputs.tag }}" >> $GITHUB_ENV
|
||||
@ -61,7 +63,7 @@ jobs:
|
||||
run: mv "pwnagotchi-64bit.img.xz" "pwnagotchi-$VERSION-64bit.img.xz"
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
prerelease: true
|
||||
tag_name: v${{ env.VERSION }}
|
||||
|
@ -211,9 +211,9 @@
|
||||
path: /etc/rc.local
|
||||
state: absent
|
||||
|
||||
- name: adjust /boot/config.txt
|
||||
- name: adjust /boot/firmware/config.txt
|
||||
blockinfile:
|
||||
dest: /boot/config.txt
|
||||
dest: /boot/firmware/config.txt
|
||||
insertafter: EOF
|
||||
block: |
|
||||
dtoverlay=dwc2
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '2.8.7'
|
||||
__version__ = '2.8.7.1'
|
||||
|
Reference in New Issue
Block a user