Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 70d22ea

Browse files
authored
Merge branch 'dev' into notifications-in-qt-app
2 parents a40bfba + 942ac93 commit 70d22ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cd artifacts
4848
zip -r ../release-package.zip *
4949
cd ..
50-
docker rm tmpapp
50+
docker rm tmpapp
5151
- name: Get latest tag and increment
5252
id: tag
5353
run: |
@@ -83,4 +83,5 @@ jobs:
8383
artifacts/source-code.zip
8484
artifacts/bin/*
8585
env:
86-
GITHUB_TOKEN: ${{ secrets.PAT_LUIS }}
86+
GITHUB_TOKEN: ${{ secrets.PAT_LUIS }}
87+

0 commit comments

Comments
 (0)