Compare commits

..

6 Commits

Author SHA1 Message Date
bac79f3465 Update _version.py 2024-03-17 21:17:08 +01:00
bb8dfe0244 Update raspberrypi64.yml 2024-03-17 21:16:25 +01:00
1b16975031 Update workflow
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-03-17 09:24:57 +01:00
dd2b559ebc Update workflow
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-03-17 09:22:35 +01:00
93ba2a7f79 Update workflow
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-03-17 09:20:02 +01:00
dd18072002 Update workflow
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-03-17 09:18:31 +01:00
3 changed files with 6 additions and 4 deletions

View File

@ -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 }}

View File

@ -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

View File

@ -1 +1 @@
__version__ = '2.8.7'
__version__ = '2.8.7.1'