We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd09a4 commit d7f6b76Copy full SHA for d7f6b76
.github/workflows/package.yml
@@ -240,7 +240,7 @@ jobs:
240
tar -czvf "user-sync-examples.tar.gz" examples
241
- uses: actions/upload-artifact@v4
242
with:
243
- name: examples
+ name: examples-tar
244
path: user-sync-examples.tar.gz
245
retention-days: 30
246
@@ -271,6 +271,6 @@ jobs:
271
uses: battila7/get-version-action@v2
272
- uses: AButler/[email protected]
273
274
- files: 'examples/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky/*;rocky-noext/*'
+ files: 'examples/*;examples-tar/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky/*;rocky-noext/*'
275
repo-token: ${{ secrets.GITHUB_TOKEN }}
276
release-tag: ${{ steps.get_version.outputs.version }}
0 commit comments